home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / comm / bbs / Hydra11s.lha / HBBS / Source / Test / version / versiontest.c < prev    next >
C/C++ Source or Header  |  1996-10-31  |  165b  |  10 lines

  1. char *versionstr="$VER: VersionTest 1.0 (31.10.96)";
  2.  
  3. // with the current version command a year of 2000 does
  4. // NOT work! :-)
  5.  
  6. void main( void )
  7. {
  8.   int i;
  9.   i=1;
  10. }